home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg2829.dxr / 02829Scr.Int_27_-- READING PAUSE SCRIPT 45tics.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  157 b   |  10 lines

  1. on exitFrame
  2.   UtilUpdateFrame()
  3.   if the timer < 45 then
  4.     UtilGoToFrame(the frame)
  5.   else
  6.     startTimer()
  7.     UtilGoToFrame(the frame + 1)
  8.   end if
  9. end
  10.